home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / menus / amsmnu15 / menu.bat < prev    next >
DOS Batch File  |  1996-07-10  |  560b  |  16 lines

  1. @Echo Off
  2. CLS
  3. :Menu.bat
  4. :Use this to allow AMS to be called instead of Novell's MENU.
  5. :Only applicable to Netware ELS/286/386 users.
  6. :To use this file, move Novell's MENU to a directory without a search mapping.
  7. :ie MD Z:\PUBLIC\NMENU
  8. :COPY Z:\PUBLIC\MENU.EXE Z:\PUBLIC\NMENU
  9. :DEL  Z:\PUBLIC\MENU.EXE
  10. :Then copy this file to the Z:\PUBLIC directory, along with the AMS.* files.
  11. :Here's the actual command !
  12. AMS %1
  13. :Note - If Novell's Menu.exe was previously called from a batch file, you may
  14. :need to change the batch file command to CALL MENU
  15.  
  16.